home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1469.dms / var1469.adf / aga_test / README < prev    next >
Text File  |  1992-11-20  |  1KB  |  36 lines

  1. Here are two little programs that show all 2^24 colors on an
  2. AGA HAM8 screen without ever changing the 64 base color registers.
  3.  
  4. gtest was the first attempt (people should not run gtest unless they first
  5. study the code to see how to exit :-).  gtest2 is the program that should
  6. interest most users.  Full source code is included with both programs.
  7.  
  8. There is also an example use of the display database in gtest2.
  9. Hopefully this example will stir commercial developers to support
  10. the display database in their programs.
  11.  
  12. This code, except the ListRequest () routine, is PD.  Donated to
  13. the public domain by the author, Loren J. Rittle <rittle@comm.mot.com>.
  14. Have fun with it, but please don't claim this work as your own.  As it
  15. is PD, please feel free to take any pieces to your own projects.
  16.  
  17. ListRequest() originally by Willy Langeveld, October 1991.
  18. Changes for this project by myself.
  19. Willy gave me permission to include this code with another
  20. package.  As it is quite useful, I have included it here in
  21. another form.  Thanks Willy!
  22.  
  23. Thanks to Chris Green (of Commodore) for:
  24. LoadRGB32 (struct ViewPort *, unsigned long *table);
  25. #pragma libcall GfxBase LoadRGB32 372 9802
  26.  
  27. Let's hope that more entry points are revealed on UseNet to tide us
  28. over until the real includes are available...
  29. For example, I'd like the pragma info on the system calls that allow
  30. me to do double bufferred animation under the OS... :-)
  31.  
  32. Enjoy!
  33.  
  34. Loren J. Rittle <rittle@comm.mot.com>
  35. Fri Nov 20 00:34:04 1992
  36.